home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / tmn.dxr / 00088.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  298 b   |  18 lines

  1. on mouseUp
  2.   if rollOver(25) then
  3.     set the sound of cast 86 to 0
  4.     unLoadCast(86)
  5.     go("ecr2")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   if the movieTime of sprite 25 = the duration of cast 86 then
  11.     set the sound of cast 86 to 0
  12.     unLoadCast(86)
  13.     go("ecr2")
  14.   else
  15.     go(the frame)
  16.   end if
  17. end
  18.